Read2Me Mobile application supporting blind people to read books

Product Information

$106.38
cart Add to cart favorites Add to favorites
User Guide Screenshots Live Preview Video

inspectedProduct inspected by PieceX

Developer

avatar
thinhpq10
Request Code Sample Direct message

Jun 25, 2024

Public chat

Product Details

Short Description: Smart reading app for everyone: Hear your books come to life with personalized features, voice activation, and AI-powered text-to-speech.


Tags Keywords: reading app, visually impaired, accessibility, text-to-speech, audiobook, voice activation, ai-powered, personalization, voice-control


Description: Hear your books come to life with Read2me! Read2me is a smart reading app designed for everyone, especially those with visual impairments. Our app uses advanced text-to-speech technology and AI-powered features to create a personalized and accessible reading experience.


Key Features:


  • Text-to-Speech: Turn any text into an audiobook with high-quality, natural-sounding voices.

  • Voice Activation: Control the app hands-free with simple voice commands.

  • Personalized Reading: Customize reading speed, voice, and other settings to suit your preferences.

  • AI-Powered Features: Get book summaries, translations, and other helpful tools.

  • Accessible Design: Built with accessibility in mind, ensuring a seamless experience for all users.

Document:


2.1 Requirements Gathering and Analysis


The "Assistive Reading Application for the Visually Impaired" project aims to develop a reading app specifically for visually impaired individuals, enabling them to access and enjoy book content easily and effectively. This application needs to meet requirements for functionality, usability, and accessibility for the visually impaired.


2.1.1 User Analysis


Target Users:


  • Individuals who are fully or partially blind.

  • Individuals who have difficulty reading traditional printed books.

User Needs:


  • Read books in various text formats (ePub, PDF, etc.).

  • Listen to audiobooks.

  • Control the application using voice commands or gestures.

  • Search for and discover books.

  • Manage a personal book library.

2.1.2 Functional Requirements Analysis


Basic Functions:


  • Support common book formats (ePub, PDF, etc.).

  • Convert text to speech (TTS) with high quality and support for multiple languages.

  • Allow adjustment of reading speed and voice volume.

  • Search book content by keywords, title, or author.

  • Manage a personal book library (add, delete, organize books).

Advanced Functions:


  • Contextual reading (recognize character names, places, etc.).

  • Allow users to interact with books using voice commands or gestures.

2.1.3 Non-Functional Requirements Analysis


Usability:


  • Simple, easy-to-use interface, friendly for the visually impaired.

  • Currently read words should be bolded and highlighted.

  • Support multiple control methods (touch, voice, gestures).

  • Clear and understandable audio feedback.

Accessibility:


  • Meet WCAG standards for accessibility for people with disabilities.

  • Easy to install and use for the visually impaired.

Performance:


  • Stable and smooth operation on mobile devices.

  • Battery efficient.

  • Minimal bugs and issues during use.

Security:


  • Protect users' personal information.

2.2 System Model



AD_4nXft3T88srmEO6ltXNwsUBiqFbYFaEoznld6ykljc-ah4l2W3aPXcvuy78xCP0N0-hj32cKDuYVQFolxZI9YB06dAXSo1Bd5TZsP8cBuCSVqHbOvnOQVNe6nodZ4ZDWkyp8Y7QM1HmLMbc69LhZDbl3ZBBV3VJVcb5uDAYdwAQotYNLH68zMfow?key=Kp4VDCkGqd1psPlHARl2TQ


Hình 2.1 System Model



2.2 System Model


The system consists of three main components:



  1. User Interface: The primary interaction point for users is on their smartphones, using voice commands. Input commands are sent to the server for processing.




  2. Server: This is the core processing component of the system, utilizing the following technologies:


    • Text to Speech (TTS): Converts book information from text into spoken words.

    • Speech to Text (STT): Transforms user voice input into text format.

    • Socket Server: Captures voice input from users.

    • ChatGPT: Analyzes user input and converts it into structured data, enabling the server to take appropriate actions.

    • API Server: Interacts with the database, allowing the server to perform CRUD (Create, Read, Update, Delete) operations.



  3. Database: Stores relational data between system components.



2.3 Use Case Specification


2.3.1 Use Case Diagram Analysis



AD_4nXejqRqez-Fk3owLQkIT_8KeSrmdm-U5Q5hl4vKJm__dYS8PbD3uTubU_1TqJlmh8LZL3zzAyoI95Ysstw0TWi5BGl3PST4ZGqkBsC-y704qFMjFDVCOSfA6Cw9q2yqrGYGstq1rgXgmD6mx38mg-htSolTHTs9I8qs0AmTArE5MNMsEhYvFyg?key=Kp4VDCkGqd1psPlHARl2TQ


Hình 2.2: Use Case Diagram


2.3.2 Use Case Diagram for user


AD_4nXcAAExnLB1_ooi0jU2DigCK5PGnyl_aOMUG54LAxceRKKKumN5QQgniV1ST36J3mDUORLMRvlWr09iq8HQAoDz5nbROoN5u9G-FssPg43N2XVPEmK4WLObNmsMsMcFuyIMCFDJiALJFYo-QLGtjjno7OQc96cmko1oIaiLoiF5Ju2fpRtLMU5Q?key=Kp4VDCkGqd1psPlHARl2TQ


Hình 2.3: Usecase diagram for user


2.3.3 Use Case Descriptions


2.3.3.1 Gather Basic Information


Brief Description: When the application is opened for the first time, it will display a function to collect basic user information such as name, age, gender, reading preferences, and habits. This information helps the system recommend books that are suitable for the user.


Event Flow


Main Event Flow:


  1. This use case begins when the user opens the application for the first time.

  2. The system displays a SplashScreen and says "Welcome...".

  3. The app then transitions to the "User Information" screen. The app will read a list of questions such as:
    • "Hello, what's your name?"

    • "How old are you?"

    • "Are you male or female?"

    • "What genre of books do you like to read?"

    • "When do you usually have free time?"


  4. After each question, the user's response is recorded. The application analyzes and returns the results of the questions.

  5. Once all questions are answered, the system processes the information and calls an API to suggest suitable books for the user.

  6. The app navigates to the home screen.

Alternative Event Flow:


  • If the user has opened the application before, it will immediately redirect to the home screen.

Special Requirements:


  • The questions should be read clearly, and the recording function should be sensitive enough to extract key information from the user's responses.

Preconditions:


  • The user has not opened the application on their phone before.

Postconditions:


  • Successful Case: If the system successfully extracts all necessary information from the responses, it stores the information locally on the user's phone (not in the database).

  • Partial Information Case: If some information is missing, those fields are left blank.


2.3.3.1 Customization and Settings


Brief Description: Allows users to configure notification settings within the app or log out of their user account.


Event Flow


Main Event Flow:


  1. The user uses voice commands to navigate to the settings section, using commands like "Turn on notifications," "Turn off notifications," or "Log out."

  2. The system executes the corresponding action based on the user's command.

Alternative Event Flow:


  • If the user enters an incorrect command in the settings section, the system will not execute the command. If incorrect commands are repeated multiple times, the app will return to the home screen.

Special Requirements:


  • Clear voice command recognition and accurate extraction of key information from user input.

Preconditions: None


Postconditions: None


2.3.3.2 Listen to Books


Brief Description: The system responds to user requests to read books. Books are retrieved from the database and converted into spoken audio for the user.


Event Flow


Main Event Flow:


  1. The user gives a specific voice command to read a book.

  2. The system displays the book's content, highlighting the currently read sections.

  3. The user can give a voice command to stop reading, ending the event flow.

Alternative Event Flow:


  • If the user requests a book that is not in the system's database, the system will respond that the book is not available and suggest choosing another book.

Special Requirements:


  • Clear voice command recognition and accurate extraction of key information from user input.

Preconditions:


  • The book information is already present in the system's database.

Postconditions: None


2.3.3.3 Voice Control


Brief Description: This feature allows users to control the application using voice commands for actions like adding books, reading books, adjusting volume, and reading speed.


Event Flow


Main Event Flow:


  1. During use, users interact with the system through voice commands corresponding to the system's functions.

  2. The system parses the main ideas from the user's speech to perform appropriate actions.

Alternative Event Flow: None


Special Requirements:


  • Users can control the app via voice commands for available functions.

Preconditions:


  • User information is already available in the system.

Postconditions: None


2.3.3.4 Create a Favorites List


Brief Description: Allows users to save their favorite books in a list.


Event Flow


Main Event Flow:


  1. The user gives a voice command from one of the following groups:
    • Add a book to the favorites list: The user speaks the book's information.

    • Remove a book from the favorites list: The user speaks the book's information.

    • Retrieve books from the favorites list.


  2. The system executes the corresponding action.

Alternative Event Flow:


  • If incorrect commands are given during interaction with the favorites list, the operation is canceled, and the list returns to its original state.

Special Requirements:


  • Clear voice command recognition and accurate extraction of key information from user input.

Preconditions: None


Postconditions: None


2.3.3.5 Search for Book Information


Brief Description: Users can search for book information by book title, author, or genre.


Event Flow


Main Event Flow:


  1. The user uses voice commands to input information about the book, such as the author, title, or genre.

  2. The system searches the database and presents relevant book information to the user.

Alternative Event Flow:


  • If the book is not found in the database, the system informs the user that the book information is not available.

Special Requirements:


  • Clear voice command recognition and accurate extraction of key information from user input.

Preconditions: None


Postconditions: None



2


2.3.3.4 Book Recommendations


Brief Description: The system automatically suggests books to the user.


Event Flow


Main Event Flow:


  1. When the user starts using the system, it automatically recommends books based on the user's preferences or current popular books.

Alternative Event Flow: None


Special Requirements: None


Preconditions:


  • This use case applies when the system has collected relevant user information.

Postconditions: None


2.4 User Interface Design


2.4.1 Provide Personal Information


When the app is first opened, the user provides their account information through a voice recording icon. (This section would typically include visual mockups or descriptions of the user interface screens, including the personal information input screen.)


AD_4nXc1NaH-I7aKD3QY6fyWoalWPwWHG1xv4csaxFk9YkqfLFI0ggZSAsRJUFWLzhsZpaEIprd5KTOFR2GxAstD6584dp6lN0f-z7qk4b_7-6SuEA-4tuTPxsblypl7-oUIRjd5nS3nzSLMvc4P0tlPgkGwjRUkkILMSOyhVBsZmbsTLzrg5AoA9L0?key=Kp4VDCkGqd1psPlHARl2TQAD_4nXcEIJazP3_JkOaTgpJslcUj8mbNpdOy1hb2k5xc6lMwvsS0x9LwNAxjMnba-knuNEQjSp4Fmoe1DViRSQc8hfnLeINL3HLp9WrnQ04zA6BKa3chjrkYgp2BIc-llxop4-0sUmAugTQHB-aB3qX5QHTjv-J4D5HJECbI-D7kjy7juob9tiXr9rM?key=Kp4VDCkGqd1psPlHARl2TQ


Hình 2.4 Người dùng nói thông tin tên Hình 2.5 Người dùng nói thông tin tuổi


AD_4nXehhrD84lHoKgqPvmQc8PYm5WiVCaGsveD_M1wozFK561qIb1vkV3BplSgUaONTiR5k14UlYglVW5xCjGpoJYUiZpOiL_xpM5bjPvb7NQj9I8ptpxrFutmeByFqqgQzlq9qlMvQjS1y0ntC_nB83f5itjCG3BHoWBGZzPLMH_MRYach8lugmsI?key=Kp4VDCkGqd1psPlHARl2TQAD_4nXcmSGCVz-8TFrhaQJuYKCfAc8xqigto07DHt8sarLDop4HwwoNP52Mg09H0oabBR5HNvZw8ORmCbfqj3blBUNajjJ9_Mh32wBBQ-CglEbCmKN9Ag8trCCgCMDt8RxuydtH4TiC648ZywihF3BQw1dPSdQU6AjN0RMy5EaHj--ZKMV9f3JgCjvo?key=Kp4VDCkGqd1psPlHARl2TQ


Hình 2.6 Người nói thông tin giới tính Hình 2.7 Người dùng nói thể loại sách ưa thích





AD_4nXeNDtHVnqFoMp-JiIrb8icwlEhA9ZZuY4Yu890muRGG1qa4fCTG2taVUAApq3HLFIapIxCIaaXDFOtAVAhpq8o0x2L2zrDQRAcp_tzhXCmpVpg9aS5bUaUqtHuef4nBskAyJYcY_UQ_-kWAQq6wmymSS-8eQCpNOrBvzEeEAEQSo5M8Ch2yUw?key=Kp4VDCkGqd1psPlHARl2TQ


Hình 2.8 Người dùng nói các thông tin về lịch trình


2.4.2 Customization Settings


When the user gives a voice command via the voice recording icon, the system navigates to the settings screen. The available options are displayed, and the user can continue to use voice commands via the recording icon to adjust system settings related to notifications and logging out of the application.



AD_4nXdj-EJljJT5m7Y8xNS57eQqpo4YXRedg9AfPrT2EQpu4l53oRkr_UAZzW13H2SzEl5KiV2yxw1OZYI2FKQ0WnpcBKWq26qIJkch_CdxUexZG-u56h4OwvsyTLEiZnzmm-hR8QYEeIsURRmUbQjwiSd07HE04nJBUbTPXp6RkLpDm41XK2d8sg?key=Kp4VDCkGqd1psPlHARl2TQ


Hình 2.9 Hình ảnh các thông số cài đặt của hệ thống


2.4.3 Listen to Books


The user interacts with the voice recording command, using voice commands to specify the book they want to listen to. The system displays the book content chapter by chapter.



AD_4nXecp9deSUPw9cRFKwGdxg2RbBk8njlA1Qr0u1EGkyX35gt-ei4JT_ZL2HKiy_57bFY6hX-S7aVTVJxZYiUPSTnXJU_ljE7ooRP_Q74B5noKB1F0olqHV2D_fmd6KSbw7rxzY3A1wqdb4QphbsHHsH8sRvDGaJfvHnuLY9WXoYbC7XUC9YeV2Hs?key=Kp4VDCkGqd1psPlHARl2TQ


Hình 2.10 Giao diện đọc cuốn sách cụ thể


2.4.4 Voice Control During Reading


While listening to a book, users can perform actions such as adjusting the reading speed, intonation, volume, and navigating between chapters (Figure 2.10).


2.4.5 Search for Books and Create a Favorites List


  • Search Screen: Showcasing how users can search for books using voice commands, filtering by title, author, or genre.

  • Favorites List: Illustrating how users can view and manage their saved favorite books.


AD_4nXcavWfsPlBECzaARvLvLvhpRUcHJ_Ymzc3l41m-0KFN8eoLY_Shyqbk0Y8plfMhUoyuGoYGkPszbfYKOHYFPsGB9voUTPKLChQobl1iOcyTaFzrIfgWApE0ZPoXcwiRUk0H1KXTWd9mw5fZSwKiEZ_GtZYeMnpxplR-BGJChhajpjlT4njIJQ?key=Kp4VDCkGqd1psPlHARl2TQ


Hình 2.11 Tạo Playlist ưa thích


2.4.6 Recommended Reading Suggestions


When users open the application, the system automatically suggests suitable books for them.



AD_4nXdjnNUIlGByHZTQkpOkc9KogFf-VDwgGHjjvTP9R1Ha4vMFRvc4JfF7OmZneybG2toTGp1PtGXGxViCwx2eatQTQSp1V7-dztuhoaXIer061mPpUMSfUz7RNI5iA3UdDpPNH_4_Jvs8vDAQtyWkHQSkQzM0K0-vLWkYJU4XziLwzXxnkyI7Z6o?key=Kp4VDCkGqd1psPlHARl2TQ


Hình 2.12 Giao diện trang chủ gợi ý các cuốn sách phù hợp



2.5 Database


AD_4nXfbGo7WrsCPC4gtlaBx_BrFEDgG0EDU9M8f1i1NEM0B2GbGcHApgD8jeOjTonrQg4eU7zrDWe_GskrVq5ExIJrmRQpXPgsAsXg7OO5jIzBOWUsJnU4pxfU38l1OpnKtfiZ2G25WwMYZ4waB4PwIr_TeTp5EKenadatpP4an3MF6gEvacuThdvE?key=Kp4VDCkGqd1psPlHARl2TQ



Hình 2.13 Schema database


2.5 Database Design


2.5.1 System Overview


Table 1: Roles of Tables in the Database






















Table Name Content
Author Stores information about authors
Category Stores book genres/categories
Books Stores information about books
BookChapter Stores information about book chapters
Playlist Stores lists of favorite books
Device Stores information about devices used by users
History Stores reading history information





Text-to-Speech: Turn any text into an audiobook with high-quality, natural-sounding voices.
Voice Activation: Control the app hands-free with simple voice commands.
Personalized Reading: Customize reading speed, voice, and other settings to suit your preferences.
AI-Powered Features: Get book summaries, translations, and other helpful tools.
Accessible Design: Built with accessibility in mind, ensuring a seamless experience for all users.

Installation Instructions

Environment:
NodeJS: 18.17.0 or higher
Expo: 51
React native: 0.74.2
Python: 3.10

Source code app: (edit your ip on file src/util/config.js)
yarn install
yarn start
open your expo-go app then scan QR code

Source code python speech to command:
cd to server
pip install -r requirements.txt
py recognize.py


Change and Adaptation Instructions

After installing and running the Read2me application, customers can customize and adapt the product to suit their needs. For white labeling, replace the branding assets located in the assets/branding directory with your own logos and images. To reskin the application, modify the CSS files in the styles directory to match your desired color scheme and design preferences. For additional functionality or integrations, follow these steps:

Open the project in your preferred IDE.
Navigate to the modules directory where you can add or modify features.
Update the configuration files in the config directory to include new integrations or API keys.
Test your changes thoroughly to ensure compatibility and stability.

Refer to the detailed documentation included in the project for more specific instructions and examples.

Price Information

Price Statistics

Highest Price
$199.00
Average Price
$127.91
Lowest Price
$106.38
AI Price Forecast
$NA

Insights

Limited Preview Only


Real Product Contains All Files And Full Code

Check dependencies

See product external dependencies

Randomly Selected Sample File

Project File Statistics

Hierarchy

Choose a sample file
X
user-symbol

Stay in touch

Get Practical Tips For Business and Developers.

Learn about PieceX Community Needs for Source Code Projects.

Be the First to Know PieceX Newest Free Community Code Projects.